home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000167_news@watsun.cc.columbia.edu _Fri Jan 29 15:48:49 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17134
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Jan 1999 15:48:48 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA22928
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Jan 1999 15:32:33 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: More questions on Data Acquisition / RS-232
  11. Message-ID: <TywRzg48XH$y@cc.usu.edu>
  12. Date: 29 Jan 99 13:24:58 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36B21135.42BA014A@uh.edu>, Jagan Annamalai <jagan@uh.edu> writes:
  17. > Hi,
  18. > I am trying to collect data from a Mass Spec ( RS-232, ASCII).
  19. > I downloaded MS-kermit. Connected the serial port on my PC to the
  20. > instrument with a new RS-232C cable and a null modem.
  21. > Started Kermit. Set port 1. set the baud rate to be same in both
  22. > computer and instrument. Parity none. 8 data bits. Typed the commands
  23. > given by Frank
  24. > log session test
  25. > input 200 qwer
  26. > (after 200 seconds get a message -- ? Timeout)
  27. > close session
  28. > The file test has been created. But no data has been collected in the
  29. > test file.
  30. > Any pointers as to what I might be doing wrong? (the instrument is not
  31. > sending out the data or the computer is not receiving it or Kermit is
  32. > not setup properly??)
  33. -------------
  34.     We can't answer those questions, but you can. Here is a simple
  35. test: rather than using   input 200 qwer   use  CONNECT  and watch the
  36. action. If the external box requires stimulae then pressing keys might
  37. provide them.
  38.     Joe D.